home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / packet / praf205e / tf-xhost.doc < prev    next >
Text File  |  1995-04-01  |  1KB  |  28 lines

  1. de DG9EP @ DB0IZ.#NRW.DEU.EU
  2. to IW2GKO @ IW2GKO.ITA.EU
  3.  
  4.  
  5.  EXTENDED HOSTMODE COMMAND    by DG3DBI 
  6.  
  7.  The main purpose of the XHOST-Mode is the reduction of unnessecary
  8.  polling of the TNC and so an increment of speed on the seriell line.
  9.  There are only very few changes necessary in existing Hostmode-Terminal-
  10.  programs. E.g. GP support this mode.
  11.  
  12.  The PC transmit the 'G'-Kommando to channel 255 of the TNC
  13.  An old-fashioned TNC without XHOST will answer with the errormessage
  14.  "INVALID CHANNEL NUMBER".
  15.  A TNC using the Extended Hostmode will transmit a nul-terminated string
  16.  (ASCIIZ) back to the PC. This string contains a list of channel
  17.  which have already some kind of Info in the buffer. This is also true
  18.  for the Monitor-channel (channel 0) and the statusinformation (Statusdaten).
  19.  The channelnumber inside the string are incremented by one, since the
  20.  null-terminated string wouldn't allow data of channel 0 otherwise. 
  21.  
  22.  Example for the answer of the TNC:
  23.        0xFF 0x01 0x00   - No Data available.
  24.        0xFF 0x01 0x01 0x00 - Some Data are waiting in the Monitor-Buffer.
  25.        0xFF 0x01 0x01 0x03 0x04 0x00 - Data in Monitor and channel 2 and 3
  26.  
  27.  regards, Walter
  28.